/* BASIC PAGE SETUP ============================================================================= */
@font-face {
    font-family: 'Carlito';
				src: url(../carlito/Carlito-Regular.ttf);
}
@font-face {
    font-family: 'Carlito';
				src: url(../carlito/Carlito-Bold.ttf);
				font-weight:bold;
}

body {
margin : 0 auto;
padding : 0;
color : #808080;
text-align: center;
}

body,
input,
textarea{
	font-family: 'Calibri', 'Carlito';
}
div{
	display: block;
}
a{
	text-decoration: none;
	color:inherit;
}
a.ablock{
	display: block;
	text-decoration: none;
	width:100%;
	height: 100%;
}
/*  MAIN LAYOUT	============================================================================= */

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
	overflow-x: hidden;
}

#headcontainer {
	width: 100%;
	background: url(../../images/headbg.png) repeat-x scroll top left #00b3b4;
}
#navwrapper{
	position: fixed;
	width:100%;
	background:#00b3b4;
	z-index: 101;
}
#head {
	clear: both;
	width: 65%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#navigation{
	list-style: none;
	height: 100%;
	text-align: left;
}
#navigation>li{
	display: inline-block;
	position: relative;
	color:#FFF;
	line-height: 65px;
	font-size:1.2em;
	margin:0px 1%;
}
#navigation>li.active{
	border-bottom:solid 4px #a8ebee;
	line-height: 57px;
}
#navigation>li>ul{
	display: none;
	position: absolute;
	background:#00b3b4 url(../../images/footbg.png) repeat-x scroll top left;
	z-index: 90;
	width:250px;
	list-style: none;
	text-align: left;
	text-transform: uppercase;
	line-height: 1em;
	font-size:0.85em;
}
#navigation>li.active>ul{
		margin-top:4px;
}
#navigation>li>ul>li{
	border-bottom: solid 1px #b0e7e8;
	transition:all 0.3s;
}
#navigation>li>ul>li a{
	padding: 10px 30px;
	display: block;
	width:100%;
	height:100%;
	box-sizing: border-box;
}
#navigation>li>ul>li:hover{
	background:#238e90;
}
#navigation>li>ul>li:last-child{
	border-bottom: none;
}
#navigation>li:hover>ul{
	display: block;
}

#logo a.ablock{
	background: url(../../images/logo.png) no-repeat scroll top left;
	position: relative;
	top:10px;
	width:150px;
	height: 30px;
}
.langmenu,
.langsholder{
	background-color:#00959c;
	padding:5px 10px 5px 16px;
	text-align: left;
	line-height: 1em!important;
	font-size:0.8em;
}
.langsholder{
	position: absolute;
	width:100%;
	left:0px;
	top:20px;
	box-sizing: border-box;
	font-size:1em;
	padding-top:0px;
}
#fixedright{
	position: fixed;
	right:0;
	top:30%;
	pointer-events: none;
	z-index: 100;
}
#fixedright *{
	pointer-events: all;
}
#share{
	background:#00b3b4;
	width:40px;
	padding:10px 5px 5px 5px;
	float:right;
	margin-bottom:15px;
}
#share a{
	margin:12px auto;
	height:22px;
}
#kursi{
	background:#f4843c;
	font-size:1.2em;
	clear: both;
	width:80px;
	padding:7px 0px;
	text-align: center;


}
#navigation a{
	color:#FFF;
	text-decoration: none;
}


#banner{
	padding-top:65px;
	height: 330px;
}
.bannercontent{
	height: 100%!important;
	color:#FFF;
}
.graphicaleditdiv .bannercontent{
	min-height: 300px!important;
	height:100%!important;
}
.bannercontent p,
#div_banner .bannercontent p{
	position: relative;
	top:60%!important;
	left:20%;
	font-size:2em;
}
#getquote{
	margin:0 auto;
	width:200px;
	text-align: center;
	position: relative;
	top:-23px;
	padding:10px 15px;
	background:#f4843c;
	color:#FFF;
	text-transform: uppercase;
	font-size:1.6em;
}
#envelope{
	margin:0 auto;
	width:90px;
	text-align: center;
	position: relative;
	top:-23px;
	text-transform: uppercase;
	font-size:1.6em;
}
#getquote a,
#kursi a{
	color:#FFF;
}
#maincontentcontainer {
	width: 100%;
}
.maincontent{
	clear: both;
	width: 65%;
	margin: 0 auto;
	padding: 1em 0px;
	text-align: center;
	font-size:1.2em;
}
.maincontent h1 {
	color:#00b3b4;
	font-size:2.3em;
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	margin:0.7em 0;
	display: inline-block;
}
.maincontent h2 {
	color:#00b3b4;
	font-size:1.8em;
	line-height:1em;
	font-weight: 100;
	margin:0 0.5em;
	margin-bottom:0.8em;
}
.maincontent h1 b{
	font-weight: 700;
}
.maincontent h3{
	font-size:1.7em;
	font-weight: 100;
	color:#00b3b4;
	margin-bottom:0.4em;
}
.maincontent p{
	font-size:1em;
	font-weight: 100;
	line-height: 1.3em;
	text-align:left;
}
.maincontent ul{
	display: inline-block;
	text-align: left;
	max-width:80%;
}
.greenlist ul{
	list-style: none;
}
.greenlist ul li{
	line-height: 1.5em;
}
.greenlist ul li:before{
	content: '●';
	color:#00b3b4;
	font-size:1.5em;
	line-height: 0;
	position: relative;
	top:3px;
	margin-right:10px;
}
.bignumberlist>ol{
	list-style: none;
	counter-reset: number;
	display: table;
	margin-top:2em;
}
.bignumberlist>ol>li{
	text-align: left;
	display: table-row;
	text-indent:-55px;
}
.bignumberlist>ol>li:before{
	counter-increment: number;
	content:counter(number) '. ';
	display: inline-block;
	width:17px;
	height:25px;
	padding:0px 5px 5px 8px ;
	border:solid 8px #00b3b4;
	border-radius:100%;
	margin-top:5px;
	color:#00b3b4;
	margin-right:10px;
	text-indent:0px;

}

.maincontent>*:first-child{
	margin-top:30px;
}
.narrowcontent{
	width:85%;
	margin:0 auto;
	position: relative;
}
#news{
	text-align:center;
	width:85%;
	margin:0 auto;
	line-height: 1.7em;
	margin-bottom:2em;
}
#newstop{
	text-align: left;
	margin-left:40%;
	margin-top:50px;
	position: relative;
}
#newstop img{
	display: inline;
}
hr{
	background:url(../../images/shadow.png) no-repeat scroll top center;
	height:20px;
	border:0;
	clear:both;
	margin-top:2em;
	margin-bottom: 0;
}
#listwrapper{
	text-align: center;
}
#listwrapper .arrow{
	width:7%;
	height: 170px;
 	display: inline-block;
	box-sizing: border-box;
}

#listwrapper .arrowleft a{
	width:30px;
	background:url(../../images/arrow_sprite.png) no-repeat scroll 0 center;
	float:left;
}
#listwrapper .arrowright a{
	width:30px;
	background:url(../../images/arrow_sprite.png) no-repeat scroll -50px center;
	float:right;
}
#itemwrapper{
	width:80%;
	height:170px;
	overflow: hidden;
 	display: inline-block;
	text-align: left;
	position: relative;
}
#trustedlist{
	position: absolute;
}
.trusteditem{
	width:160px;
	height: 170px;
	background-color:#dedfdf!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size:80%!important;
	border-radius:10px;
	display: block;
	float:left;
	margin-left:15px;
	transition:all 0.7s;
	cursor: pointer;
}

.trusteditem.active{
	background-color:#00b3b4!important;
}
#reviewlist{
	text-align: center;
	width:60%;
	margin:0 auto;
	margin-bottom:3em;
	line-height: 1.7em
}
.reviewitem{
	margin-top:2em;
	display: none;
}
.reviewitem.active{
	display: block;
}
p.slash{
	font-size:2.5em;
	line-height: 2em;
	color:#00b3b4;
	position: relative;
	top:-3px;
}
.reviewitem p{
	display: inline-block;
	vertical-align: middle;
}
.maincontent{
	margin-bottom:3em;
	line-height: 1.5em
}
.maincontent .col{
	width:32%;
	float:left;
	margin-left:2%;
	margin-bottom:2em;
	font-size:0.9em;
	text-align: left;
}
.maincontent .col:first-of-type{
	margin:0;
}
.maincontent br+.col{
	margin:0;
}
.maincontent .col .img{
	height: 200px;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size:cover!important;
	margin-bottom:1em;
}
.maincontent .col p{
		line-height: 1.1em
}
.maincontent:after{
	content: '';
	clear:both;
	display: block;
}
#footercontainer {
	width: 100%;
	background: url(../../images/headbg.png) repeat-x scroll top left #00b3b4;
	background-size: contain;
	color:#FFF;
}
footer {
	clear: both;
	width: 65%;
	margin: 0 auto;
	padding-top:50px;
	padding-bottom:40px;
}
.left,
.right
{
	width:50%;
	margin:0;
	float:left;
	box-sizing: border-box;
}
.left{
	text-align: right!important;
	clear:left;
}
.right{
	text-align: left;
}
.left:after,
.right:after{
	content: ' ';
	display: block;
	margin-bottom:50px;
}
.maincontent ul{
	line-height: 1.2em;
}
.arrowlist>ul{
	float:right;
	text-transform: uppercase;
	text-align: left;
	list-style: none;
	line-height: 1.5em;
}
.arrowlist>ul>li{
	content:'';
	background:url(../../images/listarrow.png) no-repeat;
	padding-left:40px;
}
.arrowlist>ul>li:before{
	content:'';
}
footer .col h3{
	font-size:1.6em;
	font-weight: normal;
	margin-bottom:20px;
}
footer .col ul{
	list-style: none;
}
footer .col ul li{
	margin:7px 0;
	font-size:1.15em;
}
footer .left{
		padding-right: 3%;
}
footer .right{
		padding-left: 3%;
}
footer a{
	color:#FFF;
	text-decoration: none;
}
#share .fb{
	background:url(../../images/icon_sprite.png) scroll 0px -4px no-repeat;
	width:14px;
}
#share .tw{
	background:url(../../images/icon_sprite.png) scroll -14px -4px no-repeat;
	width:25px;
}
#share .gp{
	background:url(../../images/icon_sprite.png) scroll -40px -4px no-repeat;
	width:23px;
}
#share .li{
	background:url(../../images/icon_sprite.png) scroll -63px -4px no-repeat;
	width:25px;
}
#share .bl{
	background:url(../../images/icon_sprite.png) scroll -90px -4px no-repeat;
	width:32px;
}
.mobile{
	display: none;
}
#menu-button{
	height:65px;
	width:65px;
	background:url(../../images/menubutton.png) no-repeat scroll top left;
	background-size:contain;
}
#menu-button,
#menu-list,
#head>.langmenu:nth-child(2){
	display: none;
}
#head>.langmenu{
	float:right;
	position: absolute;
	top:22px;
	right:-20px;
	color:#FFF;
	font-size:0.9em;
}
#menu-list{
	color:#FFF;
	list-style: none;
	font-size:1.2em;
}

#menu-list>li{
	border-top:solid 1px rgba(255,255,255,0.5);
	line-height: 1.7em;
	position: relative;
}
#menu-list>li.active{
	font-weight:700;
}
#menu-list>li.active>ul{
	font-weight:100;
}
#menu-list>li>a{
	padding:5px;
	display: block;
	height:100%:
}
#menu-list>li>a:hover{
	background:rgba(0,0,0,0.1);
}
#menu-list>li>ul{
	display: none;
	list-style: none;
	background:rgba(255,255,255,0.05);
	width:110%;
	margin-left: -5%;
}
#menu-list>li>ul>li{
	padding:5px;
	line-height: 1em;
}
#menu-list>li>ul>li:hover{
	background:rgba(0,0,0,0.1);
}
#menu-list>li>ul>li>a{
	display: block;
	height:100%:
	width:100%;
}
a.expandarrow{
	position:absolute;
	right:10px;
	font-size:0.7em;
}
a.expandarrow{
	padding:5px 20px 5px 20px!important;
	background:transparent!important;
}
.inline{
	display: inline-block;
}
.gray{
	background-color:#d0d2d2;
}
.hundred{
	width:200%;
	margin-left:-50%;
}
.hundred .content{
	width:50%;
	margin:0 auto;
}
blockquote{
	display: inline-block;
	background:url(../../images/quote.png) no-repeat scroll top left;
	background-size:100% 100%;
	font-size:1.5em;
	padding:5%;
	margin-bottom:40px;
	box-sizing:border-box;
}
blockquote p{
	text-align:center!important;
}

a.block {
	text-transform: uppercase;
	display: block;
}
#logo2{
	display: none;
	background: url(../../images/logo.png) no-repeat scroll top left;
	position: relative;
	float:left;
	margin-left:22%;
	top:20px;
	width:150px;
	height: 30px;
}
img{
	max-width:100%;
	height:auto!important;
}
#weoffer{
	position: relative;
}
#weoffer:after{
	content:'';
	display: block;
	clear: both;
}
#servpopup{
	position: absolute;
	bottom:10px;
	display: none;
	width:60%;
	margin-left:20%;;
	font-size:1.5em;
	background:#FFF;
	padding:7px;
	border:solid 2px #00b3b4;
}

.latvia{
	position: relative;
	right:-15%;
	top:-50px;
	margin-left:-15%;
	margin-bottom: -50px;
}
#contacts .col{
	width:48%;
	margin:0;
}
#contacts p{
	margin-top:10px
}
#contacts h2{
	margin-left:0;
	margin-bottom:0;
}
#contacts .left .left{
	text-align: center!important;
}
#map{
	height:200px;
}
#map2{
	height:200px;
}
#managers{
	margin-left:24%;
}
#managers h1{
	font-weight: 700;
	font-size:2em;
	text-align: center;
	margin-bottom:1em;
	width:100%;
}
#managers h2{
	clear: both;
	margin:0 0 1em 0;
}
.manager{
	width:48%;
	float:left;
	margin-bottom:2em!important;
}
.manager h4 {
	margin-top:20px;
	line-height: 1em;
}
.manager h4 span{
	font-weight: 100;
}
.manager p{
	height:1em;
}
.manager .imgcontainer{
	height:115px;
	width:115px;
	float:left;
	margin-right:20px;
	text-align: center;
	border-radius:100%;
	overflow: hidden;

}
.manager img{
	height:100%!important;

}
#offerpics{
	width:35%;
	margin:0;
	position: relative;
	min-height:300px;
}
#offertitles{
	width:30%;
	margin:0;
	margin-left:4%;
	text-align: right;
	padding-right: 60px;
	box-sizing: border-box;
}
#wwo{
	width:120%;
	margin-left:-10%;
}
#wwo:after{
	display: block;
	content:'';
	clear: both;
}
#offertext{
	width:30%;
	margin:0;
	position: relative;
}
#offerpics img{
	display: none;
	position: absolute;
	max-height: 300px;
}
#offertext>div{
	display: none;
	position: absolute;
	line-height: 1em;
}
#offertext>div p{
	display: inline;
	position: relative;
	line-height: 0em!important;
}
div.line{
	border-top:solid 1px #808080;
	width:30px;
	height: 0px;
	display: inline-block;
	position: absolute;
	left:-42px;
	top:10px;
}
.offertitle{
	font-size: 1.2em!important;
}
.offertitle:hover{
	color:#00b3b4;
}
#quotediv{
	background:#dedfdf;
	padding:1em;
	display: none;
	position: relative;
}
#quotecontainer{
	margin:0 auto;
	text-align: right!important;
}
#quotecontainer .msg{
	text-align: center;
	font-size:2em;
	color:#0A0;
}
#quotecontainer:after{
	display: block;
	content:'';
	clear: both;
}
#quotecontainer .left>div{
	float:right;
	text-align: left;
	margin-right:30px;
	position: relative;
}
#quotecontainer .right>div{
	float:left;
	margin-top:3.6em;
	position: relative;
	text-align: left;
}

#quotecontainer h2{
	color:#00b3b4;
	font-size:2em;
	line-height:1em;
	font-weight: 400;
	margin-bottom:0.8em;
}
#quotecontainer input,
#quotecontainer select,
.select-wrap{
	clear: left;
	float: left;
	width:250px;
	margin-bottom:15px;
	height:35px;
	box-sizing:border-box;
	padding-left: 20px;
	font-style:normal;
	font-size: 1.2em;
	font-family: 'Calibri', 'Carlito';
	color:#808080;
	border:0;
}
.select-wrap{
	position: relative;
	padding-left: 0;
	background:#FFF url(../../images/selectarrow.png) no-repeat scroll 220px 12px;
}
span.select{
	margin:0;
	background:#FFF;
	position: absolute;
	top:7px;
	left:20px;
	color:#ababab;
	pointer-events: none;
	max-width:80%;
	white-space: nowrap;
	overflow-x:hidden;
}
.select-wrap option{
	font-size:0.8em;
	color:#ababab;
}
#quotecontainer select{
	padding:0px 15px;
}

#quoteclose{
	width:30px;
	height: 30px;
	position: absolute;
	top:0;
	right:-220px;
	background:#00b3b4;
	cursor: pointer;
}
#quoteclose img{
	width:100%;
	height:100%;
}
#quoteupload{
	height:135px;
	width:135px;
	background:#FFF;
	margin-bottom:65px;
	cursor: pointer;
	text-align: center;
	padding:0.5em;
	box-sizing: border-box;
}
#quoteupload img{
	margin-bottom:0.5em;
}
#countholder{
	position: absolute;
	text-align: center;
	top:140px;

}
#quotesubmit{
	width:120px!important;
	background:#00b3b4;
	border:0;
	box-sizing: border-box;
	font-size:1.2em;
	text-align: center;
	padding:0!important;
	color:#FFF!important;
	cursor: pointer;
}
#quotecontainer ::-moz-placeholder
{
	font-style:normal;
	font-family: 'Calibri', 'Carlito';
	color:#808080;
}
#quotecontainer ::-webkit-input-placeholder{
	font-style:normal;
	font-family: 'Calibri', 'Carlito';
	color:#808080;
}
#quotecontainer ::-ms-input-placeholder{
	font-style:normal;
	font-family: 'Calibri', 'Carlito';
	color:#808080;
}
#getquote{
	position: relative;
	cursor:pointer;
}
#getquote img{
	display:none;
}
#getquote.open img{
	display:block;
	position: absolute;
	bottom:-14px;
	left:45%;
}
#quotecontainer input.error,
.select-wrap.error,
#quoteupload.error{
	border:solid 1px #F00;
	box-shadow: 0px 0px 3px -1px #F00;
}
.article>div{
	max-width:49%;
	display: block;
	float:left;
	text-align: left;
	box-sizing: border-box;
	padding:0 0.5em;
}
.article div.imgcontainer{
	min-width: 49%;
	text-align: center!important;
}
.article div.imgcontainer a,
.article div.imgcontainer img{
	display: inline!important;
	float:none;
}
.article>div>p{
	margin-top:10px;
}
.article h4{
	font-weight: 400;
	display: inline;
}
.article .date{
	display: inline;
	margin-left:30px;
	font-size: 0.7em;
}
.article .more{
	background:#00b3b4;
	color:#FFF;
	display: block;
	width:120px;
	text-align: center;
}
.news p{
	text-align: justify;
}

.news img{
	margin-right:20px;
	margin-bottom:20px;
}
.article:after{
	content: '';
	clear: both;
	display: block;
	margin-bottom:10px;
}
.article{
	margin-top:30px;
}
.article .col{
	width: unset;
}
.article .col.fullwidth{
	max-width:100%;
	width:100%;
}
p strong{
	font-weight:700;
}
.pager a{
	display: inline-block;
	width:32px;
	height: 32px;
	border:solid 1px #808080;
	margin-left:5px;
}
.pager a.activepage,
.pager a:hover{
	color:#FFF;
	border-color:#00b3b4;
	background-color:#00b3b4;
}
.pager .arrow{
	position:relative;
	top:12px;
}
.pager .arrow.prev{
	background:url(../../images/arrow_sprite2.png) no-repeat scroll 0px 0px;
}
.pager .arrow.prev:hover{
	background:#00b3b4 url(../../images/arrow_sprite2.png) no-repeat scroll 0px -32px;
}
.pager .arrow.next{
	background:url(../../images/arrow_sprite2.png) no-repeat scroll -32px 0px;
}
.pager .arrow.next:hover{
	background:#00b3b4 url(../../images/arrow_sprite2.png) no-repeat scroll -32px -32px;
}
.centerdiv{
	max-width:450px;
	margin:0 auto;
}

@media all and (max-width:1580px){
	#head,
	.maincontent,
	#footer{
		width:70%;
	}
}
@media all and (max-width:1460px){
	#head,
	#footer{
		width:80%;
	}
}
@media all and (max-width:1280px){
	#head,
	#footer{
		width:90%;
	}
	.maincontent{
		width:80%;
	}
}
@media all and (max-width:1150px){
	#navigation li{
		margin:auto 0.5%;
	}
	#managers{
		margin-left: 10%;
	}
}
@media all and (max-width:1030px){
	#head,
	#footer{
		width:98%;
	}
	.maincontent{
		width:90%;
	}
	#navigation li{
		margin:auto 0.25%;
	}

	#logo2{
		display: block;
	}
	.mobile{
		display: block;
	}
	#navigation{
		display: none;
	}
	#menu-button,
	#menu-list,
	#head>.langmenu{
		display: block;
	}
	#contacts>.left>.left{
		display: none;
	}
	#contacts>.left>.right{
		width:100%;
	}
	#managers{
		margin-left:0;
	}
	#head>.langmenu{
		right:20px;
	}
	#offerpics{
		width:100%;
		text-align: center;
	}
	#offerpics:after{
		display: block;
	}
	#offerpics img{
		position: relative;
		margin:0 auto!important;
	}
	#offertitles{
		clear:left;
		width:40%;
		margin-left:20%;
	}
	#offertext{
		width:40%;
	}

}
@media all and (max-width:800px){
	#itemwrapper{
		width:80%;
	}
	#servpopup{
		bottom:-70px;
	}
	.narrowcontent{
		width:100%;
	}
}
@media all and (max-width:700px){
	#managers .col{
		width:100%;
	}
	.article>div.imgcontainer{
		width: 100%;
		max-width: 70%;
		margin:0 auto;
		float:none;
		min-width:300px;
	}
	.article .col{
		width:100%!important;
		max-width:100%!important;
	}
}
@media all and (max-width:580px){
	#share{
		padding:0;
	}
	#newstop{
		width:100%;
		margin-left:20%;
	}
	#servpopup{
		font-size:1.2em;
		width:80%;
		margin-left:10%;
	}
	#quotecontainer .left,
	#quotecontainer .right{
		width:100%;
		text-align: left !important;
		padding-left: 15%;
	}
	#quotecontainer .left>div,
	#quotecontainer .right>div{
		text-align:left;
		float:none;
		display: inline-block;
	}
	#quotecontainer .right>div{
		margin-top: 0px!important;
	}
	#quoteclose{
		right:-100px;
	}
	#offertitles{
		margin:0;
		width:50%;
	}
	#offertext{
		width:50%;
	}
}